home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / NetSurveyor / NetSurveyor-Setup.exe / {app} / Schema / netsurveyor-log-schema.xml
Encoding:
Text File  |  2009-11-08  |  767 b   |  31 lines

  1. <schema>
  2.  
  3.     <document name="NetSurveyor_LogFile">
  4.  
  5.             <collection name="NetSurveyor_BssidScans" id="100">            
  6.             <attribute name="APPID"/>
  7.             <attribute name="FORMAT"/>
  8.             <attribute name="VER"/>
  9.             <attribute name="Date"/>
  10.             <attribute name="StartTime"/>
  11.             <attribute name="TimeIntervalPerScan"/>
  12.             </collection>
  13.             
  14.             <collection name="Bssid_Scan" id="101">
  15.             <attribute name="CurrentTime"/>
  16.             <attribute name="BeaconStrengths"/>
  17.             </collection>
  18.                         
  19.             <collection name="Access_Point" id="102">
  20.             <attribute name="Index"/>
  21.             <attribute name="SSID"/>
  22.             <attribute name="BSSID"/>
  23.             <attribute name="Channel"/>
  24.             <attribute name="RadioType"/>
  25.             <attribute name="Encryption"/>
  26.             </collection>
  27.                         
  28.     </document>
  29.  
  30. </schema>
  31.